Function: isPlainObject(object) Description: Checks if an object is a valid object of type "object". Returns: True if yes, False otherwise. Example: // Check if an object is a valid object var confirmed = $A.isPlainObject(object);